
html, body {
    font-size: 12px;
    background: #F5F5F5;
}
body {
    color: #333;
    font-family: '微软雅黑', "Microsoft YaHei", "Microsoft Jhenghei", Arial, sans-serif;
}
*{
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clearfix {
    clear: both;
    font-size: 0;
    line-height: 0;
}
li,a{text-decoration: none;}
a{color: #333333;}
.clearfix:after {
    content: '';
}
.floatleft {
    float: left;
}

.floatright {
    float: right;
}
.wrapper{
	background: #EAEAEA;
}
.main{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.theader {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 65px 0;
    text-align: center;
}
.theader .tcenter1 hr{margin:0px;padding: 0; width: 22px;margin: 15px auto;border: 1px #d59e76 solid;}
.theader .tline {
    width: 490px;
    display: inline;
    margin-top: 25px;
    border-bottom: 1px solid #DBDBDB;
    background-color: #DBDBDB;
    float: left;
}

.theader .tline:last-child {
    float: right;
}

.theader .tcenter {
    width: 300px;
    height: 50px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    float: left;
}

.theader .tcenter .ttitle {
    color: #333333;
    font-size: 22px;
    letter-spacing: 12px;
}

.theader .tcenter p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    color: #BBBBBB;
    letter-spacing: 2px;
}

.theader .tline1 {
    width: 456px;
    display: inline;
    margin-top: 25px;
    /* border-bottom: 1px solid #DBDBDB; */
	border: none;
    background-color: #DBDBDB;
    float: left;
}

.theader .tline1:last-child {
    float: right;
}

.theader .tcenter1 {
    width: 368px;
    height: 50px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    float: left;
}

.theader .tcenter1 .ttitle {
    color: #333333;
    /*font-size: 22px; 更改于2020-08-08*/
    font-size: 29px;
    /*font新增于08-08*/
    font-weight: 600;
    /* letter-spacing: 12px; */
}

.theader .tcenter1 p {
    font-size: 18px;
    font-weight: 200;
    margin-top: 5px;
    text-align: center;
    color: #7a7a7a;
    /*letter-spacing: 2px;*/
}

.banner {
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.banner-layer {
    padding-top: 85px;
}

.banner-layer .banner-layer-title {
    font-size: 50px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
}

.banner-layer .banner-layer-btn {
    background: #FA6666;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 3px 12px;
    vertical-align: middle;
    font-weight: normal;
}

.banner-layer .banner-layer-list {
    margin-top: 40px;
    font-size: 16px;
    color: #333333;
}

.banner-layer .banner-layer-list li {
    line-height: 42px;
}

.banner-layer .banner-layer-list .banner-layer-list-span {
    display: inline-block;
    width: 100px;
}
.banner-layer .banner-layer-list .banner-layer-list-span-price {
    font-weight: bold;
    font-size: 18px;
    color: #FB4C4F;
}
.banner-layer .banner-layer-list .banner-layer-list-span-price b {
    font-size: 28px;
}
.banner-layer .banner-layer-list .banner-layer-list-span-add {
    font-size: 20px;
    color: #FB4C4F;
    font-weight: bold;
}
.banner-layer .banner-layer-btnar {
    padding: 40px 0;
	position: absolute;
	bottom: 30px;
	left: 25%;
}
.banner-layer .banner-layer-btnar .banner-layer-btnar-sign {
    display: inline-block;
    width: 180px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
    cursor: pointer;
    margin-right: 25px;
}

.banner-layer .banner-layer-btnar .banner-layer-btnar-sign span {
    font-size: 14px;
}

.banner-layer .banner-layer-btnar .banner-layer-btnar-ask {
    display: inline-block;
    width: 180px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    line-height: 45px;
    cursor: pointer;
}

.banner-layer .banner-layer-btnar .banner-layer-btnar-ask .ask {
    background-image: url("../images/ask.png");
    background-repeat: no-repeat;
    background-size: 24px 23px;
    background-position: center center;
    height: 46px;
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.banner-layer .banner-layer-hot {
    font-size: 14px;
    line-height: 18px;
}

.banner-layer .banner-layer-hot li {
    display: inline-block;
    border-right: 1px #E5A67D solid;
    margin-right: 15px;
    padding-right: 15px;
}

.banner-layer .banner-layer-hot li:last-child {
    border-right: none;
}

.banner-layer .banner-layer-hot li span {
    font-size: 16px;
    color: #FA6666;
    font-weight: bold;
    margin-left: 6px;
}

.div-url { cursor: pointer;}

.consultcontent ul {
    height: 238px;
    margin-bottom: 16px;
    margin-left: -8px;
}

.consultcontent ul li {
    float: left;
    width: 240px;
    height: 238px;
    margin: 8px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.consultcontent ul li .time {
    width: 30px;
    height: 17px;
    float: right;
    position: relative;
    top: -36px;
    right: 18px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 5px;
}

.consultcontent ul li .cimg {
    width: 240px;
    height: 142px;
}

.consultcontent ul li img {
    width: 240px;
    height: 142px;
}

.consultcontent ul li .ptitle {
    padding: 11px 13px;
    color: #333333;
    font-size: 14px;
    height: 58px;
    font-weight: 400;
}

.consultcontent ul li p {
    padding: 0px 13px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
}

.consultcontent ul li p img {
    width: 12px;
    height: auto;
    margin-right: 4px;
    margin-top: 6px;
}

.consultcontent ul li p span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

div,ul,li,dl,dd,dt,p{list-style:none; margin:0px; padding:0px; font-weight:normal; border:0px;}
/*客服导航*/
.kefu {
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 999;
}

.kefu ul {
    width: 70px;
    height: 216px;
    margin: 0 24px;
}

.kefu ul li {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.kefu ul li img {
    width: 40px;
    vertical-align: middle;
}

.kefu .uparrow {
    background-color: #000000;
}

.kefu .qq {
    background-color: #49C5F7;
}

.kefu .wechat {
    background-color: #67C470;
}

.kefu .chat {
    background-color: #F93333;
}
/*search*/
.search-main{margin-top:30px;background: #FFFFFF;padding:15px;}
.resultbar{font-size: 19px;border-bottom: 1px dotted #CCCCCC;padding-bottom: 10px;margin-bottom:20px;}
.resultbar strong{font-weight: bold;}
.search-list{margin:20px;margin-left:0px;padding-left:0px;}

/*分页*/
.mainPage{ padding:25px 0;background: #FFFFFF;}
.mainPage ul{width: 680px;height: 32px;display:block; margin:0 auto;}
.mainPage ul li{float: left; display: inline;width:auto; height: 32px; line-height: 32px; padding: 0 10px;color:#333;font-size:15px; margin: 0 5px; border:1px solid #333; font-size:14px;border-radius:5px;}
.mainPage ul li a{color:#333;font-size:16px; }
.mainPage ul li.thisclass{background:#f1bd08;border:1px solid #333;color:#fff; font-size:16px;}
.mainPage ul li.thisclass a{color:#fff;}
.mainPage ul li a:hover, a:focus {
color: #f1bd08;
text-decoration: none;
}
.pager {
    height: 110px;
    background-color: #FFFFff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 136px;
    clear: both;
}
.pagelist{background: #FFFFFF;}
.pagelist{height: 32px;display:inline-block;}
.pagelist li{float: left; display: inline;width:auto; height: 32px; line-height: 32px; padding: 0 10px;color:#333;font-size:15px; margin: 0 5px; border:1px solid #333; font-size:14px;border-radius:5px;}
.pagelist li select{border: none;}
.pagelist li a{color:#333;font-size:16px; }
.pagelist li.thisclass{background:#f1bd08;border:1px solid #333;color:#fff; font-size:16px;}
.pagelist li.thisclass a{color:#fff;}
.pagelist li a:hover, a:focus {
color: #f1bd08;
text-decoration: none;
}
.swiper-slide{background-position: center;}